home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / profile.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1998-04-27  |  187 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global retlabel
  8.   set retlabel to "main2"
  9.   set the visible of sprite 57 to 0
  10.   updateStage()
  11.   go("cnf")
  12.   exit
  13. end
  14.